3.29.40 \(\int \frac {1}{(\frac {c}{(a+b x)^{2/3}})^{3/2}} \, dx\) [2840]

Optimal. Leaf size=34 \[ \frac {(a+b x)^{5/3}}{2 b c \sqrt {\frac {c}{(a+b x)^{2/3}}}} \]

[Out]

1/2*(b*x+a)^(5/3)/b/c/(c/(b*x+a)^(2/3))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {253, 15, 30} \begin {gather*} \frac {(a+b x)^{5/3}}{2 b c \sqrt {\frac {c}{(a+b x)^{2/3}}}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c/(a + b*x)^(2/3))^(-3/2),x]

[Out]

(a + b*x)^(5/3)/(2*b*c*Sqrt[c/(a + b*x)^(2/3)])

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 253

Int[((a_.) + (b_.)*(v_)^(n_))^(p_), x_Symbol] :> Dist[1/Coefficient[v, x, 1], Subst[Int[(a + b*x^n)^p, x], x,
v], x] /; FreeQ[{a, b, n, p}, x] && LinearQ[v, x] && NeQ[v, x]

Rubi steps

\begin {align*} \int \frac {1}{\left (\frac {c}{(a+b x)^{2/3}}\right )^{3/2}} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{\left (\frac {c}{x^{2/3}}\right )^{3/2}} \, dx,x,a+b x\right )}{b}\\ &=\frac {\text {Subst}(\int x \, dx,x,a+b x)}{b c \sqrt {\frac {c}{(a+b x)^{2/3}}} \sqrt [3]{a+b x}}\\ &=\frac {(a+b x)^{5/3}}{2 b c \sqrt {\frac {c}{(a+b x)^{2/3}}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 34, normalized size = 1.00 \begin {gather*} \frac {x (2 a+b x)}{2 \left (\frac {c}{(a+b x)^{2/3}}\right )^{3/2} (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c/(a + b*x)^(2/3))^(-3/2),x]

[Out]

(x*(2*a + b*x))/(2*(c/(a + b*x)^(2/3))^(3/2)*(a + b*x))

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 29, normalized size = 0.85

method result size
derivativedivides \(\frac {b x +a}{2 b \left (\frac {c}{\left (b x +a \right )^{\frac {2}{3}}}\right )^{\frac {3}{2}}}\) \(22\)
gosper \(\frac {x \left (b x +2 a \right )}{2 \left (b x +a \right ) \left (\frac {c}{\left (b x +a \right )^{\frac {2}{3}}}\right )^{\frac {3}{2}}}\) \(29\)
default \(\frac {x \left (b x +2 a \right )}{2 \left (b x +a \right ) \left (\frac {c}{\left (b x +a \right )^{\frac {2}{3}}}\right )^{\frac {3}{2}}}\) \(29\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c/(b*x+a)^(2/3))^(3/2),x,method=_RETURNVERBOSE)

[Out]

1/2*x*(b*x+2*a)/(b*x+a)/(c/(b*x+a)^(2/3))^(3/2)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 15, normalized size = 0.44 \begin {gather*} \frac {b x^{2} + 2 \, a x}{2 \, c^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c/(b*x+a)^(2/3))^(3/2),x, algorithm="maxima")

[Out]

1/2*(b*x^2 + 2*a*x)/c^(3/2)

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 15, normalized size = 0.44 \begin {gather*} \frac {b x^{2} + 2 \, a x}{2 \, c^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c/(b*x+a)^(2/3))^(3/2),x, algorithm="fricas")

[Out]

1/2*(b*x^2 + 2*a*x)/c^(3/2)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 80 vs. \(2 (26) = 52\).
time = 0.80, size = 80, normalized size = 2.35 \begin {gather*} \frac {2 a x}{2 a \left (\frac {c}{\left (a + b x\right )^{\frac {2}{3}}}\right )^{\frac {3}{2}} + 2 b x \left (\frac {c}{\left (a + b x\right )^{\frac {2}{3}}}\right )^{\frac {3}{2}}} + \frac {b x^{2}}{2 a \left (\frac {c}{\left (a + b x\right )^{\frac {2}{3}}}\right )^{\frac {3}{2}} + 2 b x \left (\frac {c}{\left (a + b x\right )^{\frac {2}{3}}}\right )^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c/(b*x+a)**(2/3))**(3/2),x)

[Out]

2*a*x/(2*a*(c/(a + b*x)**(2/3))**(3/2) + 2*b*x*(c/(a + b*x)**(2/3))**(3/2)) + b*x**2/(2*a*(c/(a + b*x)**(2/3))
**(3/2) + 2*b*x*(c/(a + b*x)**(2/3))**(3/2))

________________________________________________________________________________________

Giac [A]
time = 0.85, size = 15, normalized size = 0.44 \begin {gather*} \frac {b x^{2} + 2 \, a x}{2 \, c^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c/(b*x+a)^(2/3))^(3/2),x, algorithm="giac")

[Out]

1/2*(b*x^2 + 2*a*x)/c^(3/2)

________________________________________________________________________________________

Mupad [B]
time = 1.26, size = 42, normalized size = 1.24 \begin {gather*} \sqrt {\frac {c}{{\left (a+b\,x\right )}^{2/3}}}\,\left (\frac {a\,x\,{\left (a+b\,x\right )}^{1/3}}{c^2}+\frac {b\,x^2\,{\left (a+b\,x\right )}^{1/3}}{2\,c^2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c/(a + b*x)^(2/3))^(3/2),x)

[Out]

(c/(a + b*x)^(2/3))^(1/2)*((a*x*(a + b*x)^(1/3))/c^2 + (b*x^2*(a + b*x)^(1/3))/(2*c^2))

________________________________________________________________________________________